gtk/fallback-c89.c: Add C89 fallback for trunc()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 Aug 2018 09:22:13 +0000 (17:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 Aug 2018 09:43:04 +0000 (17:43 +0800)
commit723e50990fe6400bcd94985ae7475f9f0eadfc2f
tree198933e6742e1df70488b8f34730710988eb68b2
parentab3527672e087e83f0622ee473aed8c66b2ff1e8
gtk/fallback-c89.c: Add C89 fallback for trunc()

Check for trunc() during configure and provide a fallback implementation
for it if it is not found.
config.h.win32.in
configure.ac
gtk/fallback-c89.c